projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18e1b61
)
(defface button): Add group.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Sun, 29 Dec 2002 23:49:30 +0000
(23:49 +0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Sun, 29 Dec 2002 23:49:30 +0000
(23:49 +0000)
lisp/button.el
patch
|
blob
|
history
diff --git
a/lisp/button.el
b/lisp/button.el
index 17460fc8bcfe597908003e569e941b8c6f8eed5f..d6f089327a2787b96a7415892a48e0e16844116d 100644
(file)
--- a/
lisp/button.el
+++ b/
lisp/button.el
@@
-53,7
+53,8
@@
(defface button '((((type pc) (class color))
(:foreground "lightblue"))
(t :underline t))
- "Default face used for buttons.")
+ "Default face used for buttons."
+ :group 'faces)
;;;###autoload
(defvar button-map